difference.rs
A Rust text diffing library with built-in diffing assertion.
use Changeset;
let changeset = new;
assert_eq!;
Usage
Add the following to your Cargo.toml:
[]
= "2.0"
Now you can use the crate in your code
extern crate difference;
Using the binary
difference can also be used as a command-line application. The best way to install it is using: